home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / showdown_noel.swf / scripts / DefineSprite_37 / frame_2 / DoAction.as
Text File  |  2007-01-15  |  371b  |  15 lines

  1. if(_url.indexOf("http") > -1)
  2. {
  3.    if(_parent._parent._parent.loadAdNow)
  4.    {
  5.       cacheBuster = getTimer() + random(999999);
  6.       showAd = "http://www.miniclip.com/swfcontent/push/didyouknow.swf?cacheBuster" + cacheBuster;
  7.       trace("Loading ad: " + showAd);
  8.       mcAd.loadMovie(showAd);
  9.    }
  10.    else
  11.    {
  12.       gotoAndPlay(_currentframe - 1);
  13.    }
  14. }
  15.